-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
버그수정+ 타입체크 맞도록 수정 #17
Conversation
- packages/backend/src/server/api/endpoints/meta.ts 커밋 d20542c 참고. 인스턴스 메타정보 말아주는 MetaEntityService 라는게 추가되어, meta 엔드포인트 핸들러가 얘를 사용하도록 수정 - S3 설정 관련 - packages/backend/src/config.ts - packages/backend/src/core/S3Service.ts - packages/backend/src/core/entities/MetaEntityService.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related commit from upstream: c7d7da8
확인했습니다. LGTM :shine: 오브젝트 스토리지 설정 (S3)에 관하여해당 기능 추가에 사용한 베이스는 MisskeyIO 본체입니다. S3 기능 자체는 MetaService 리팩토링 이전에 삭제가 진행된 것으로 보이며, 이 때문에 리팩토링 전 코드가 현재에 맞게 작동하게만 개보수하다 보니 예전 코드가 남아있을 수밖에 없네요. 노트 수정의 리턴 타입 오류저건 저도 간과하고 있었네요. 체리픽 측에서도 간과하고 있던 거 같긴 합니다만. Misskey가 사용하는 Node.JS 버전이 바뀌면서 저렇게 (기존대로) 코딩하면 기능 사용 시 문제가 발생할 수 있게 됐는데, 마침 발견됐나보네요. |
nekoplanet#13 Add changelog by @HotoRas 2215de5 by @HotoRas c645e8f by @HotoRas nekoplanet#15 노트 수정 기능 부활 (3트) by @HotoRas nekoplanet#16 Feat: "다른 계정 추가" 버튼 아래에 "새 계정 추가" 버튼이 살아 있어서 지웠습니다 by @HotoRas nekoplanet#17 Typecheck Fix by @janghoseo nekoplanet#21 Fix note edit 2 by @HotoRas
nekoplanet#13 Add changelog by @HotoRas 2215de5 by @HotoRas c645e8f by @HotoRas nekoplanet#15 노트 수정 기능 부활 (3트) by @HotoRas nekoplanet#16 Feat: "다른 계정 추가" 버튼 아래에 "새 계정 추가" 버튼이 살아 있어서 지웠습니다 by @HotoRas nekoplanet#17 Typecheck Fix by @janghoseo nekoplanet#21 Fix note edit 2 by @HotoRas
nekoplanet#13 Add changelog by @HotoRas 2215de5 by @HotoRas c645e8f by @HotoRas nekoplanet#15 노트 수정 기능 부활 (3트) by @HotoRas nekoplanet#16 Feat: "다른 계정 추가" 버튼 아래에 "새 계정 추가" 버튼이 살아 있어서 지웠습니다 by @HotoRas nekoplanet#17 Typecheck Fix by @janghoseo nekoplanet#21 Fix note edit 2 by @HotoRas
커밋 d20542c 참고.
인스턴스 메타정보 말아주는 MetaEntityService 라는게 추가되어, meta 엔드포인트 핸들러가 얘를 사용하도록 수정
커밋 c7d7da8 참고